'Declaration Public Function End() As JsonCoder(Of TObject)
public JsonCoder<TObject> End()
Return Value
A JsonCoder<T> to encode and decode the object.
'Declaration Public Function End() As JsonCoder(Of TObject)
public JsonCoder<TObject> End()
Exception | Description |
---|---|
System.ArgumentException | Thrown if the value is not a object . |